home *** CD-ROM | disk | FTP | other *** search
/ Screensavers 98 / Screensavers 98.iso / products / bud / winstall.inf < prev    next >
Text File  |  2000-03-28  |  8KB  |  216 lines

  1. [The title of your application]
  2. $TITLE=The Budweiser Screensaver
  3.  
  4. [Default target directory :  can take extra parameter in this format]
  5. [$TARGET=Default;INI-File-name;Section;KeyName]
  6. $TARGET=C:\Bud
  7.  
  8. [Files to be copied; "$disk 1 =" to "$disk 45 ="; you can use wildcards]
  9. [file specs should be separated with a semi-colon]
  10.  
  11. $disk1=bud.wa_;budlick.wa_;cricket.wa_;crickets.wa_;er.wa_
  12. $disk1=hop.wa_;ssbud.vb_;bud.in_;bud.sc_;tongue1.wa_;weis.wa_
  13. $disk1=winstall.txt;vbrun300.dl_;wavemix.dl_
  14.  
  15. [Disk space needed for the installation - in bytes]
  16. [you can calculate this by running AUTOCALC.EXE on your completed INF file]
  17. $SPACE=2000000
  18.  
  19. [Any temporary extra disk space needed while installing - in bytes]
  20. $SWAP-SPACE=0
  21.  
  22. [Files to be installed to Windows directory]
  23. [Max=10 lines; 30 file names on each line, separated with semi-colon; no wildcards]
  24. $WINDIR=bud.wav;budlick.wav;cricket.wav;crickets.wav;er.wav;hop.wav;ssbud.vbx
  25. $WINDIR=bud.ini;bud.scr;tongue1.wav;weis.wav
  26.  
  27. [Files to be installed to Windows SYSTEM directory]
  28. [Max=10 lines; 30 file names on each line, separated with semi-colon; no wildcards]
  29. $SYSDIR=vbrun300.dll;wavemix.dll
  30.  
  31. [space required by files going to the Windows directory]
  32. [you can calculate this by running AUTOCALC.EXE on your completed INF file]
  33. $WINDIR-SPACE=1000000
  34.  
  35. [space required by files going to the Windows SYSTEM directory]
  36. [you can calculate this by running AUTOCALC.EXE on your completed INF file]
  37. $SYSDIR-SPACE=500000
  38.  
  39. [uncomment this line to turn on disk verification]
  40. ;$VERIFY-INSTALL-DISKS
  41.  
  42. [Files to be installed to subdirectories under DEST directory tree]
  43. [Max=45 lines; 30 file names on each line, separated with semi-colon; no wildcards]
  44. $DEST=
  45.  
  46. [Files to be installed to TEMP directory]
  47. [Max=1 line; 30 file names on each line, separated with semi-colon; no wildcards]
  48. $TEMPDIR=
  49.  
  50. [Files to be replaced without warning if older versions already exist]
  51. [Max=20 lines; 30 file names on each line, separated with semi-colon; no wildcards]
  52. $AUTO-REPLACE=bud.wav;budlick.wav;cricket.wav;crickets.wav;er.wav;hop.wav;ssbud.vbx;bud.ini;bud.scr;tongue1.wav;weis.wav
  53.  
  54. [Entries in INI files = Filename;Section;Keyname;String]
  55. [Max=20 lines; Details as 4 sections on each line, separated with semi-colon]
  56. $INI=$windir\system.ini;BOOT;SCRNSAVE.EXE;$windir\bud.scr
  57. $INI=$windir\win.ini;WINDOWS;ScreenSaveActive;1
  58.  
  59. [Default Program Manager group name; you can force it to be created by
  60. [using the AUTO parameter, or disable it by using the DISABLE parameter]
  61. $GROUP=
  62.  
  63. [program(s) to create Program Manager icons for; MAX=45 icons in all]
  64. [format= CommandLine;Icon Title;Group Name]
  65. [Group Name is optional - if none, the one in $GROUP will be used]
  66. $ICON=
  67.  
  68. [********************************************************]
  69. [*** NOTE: EVERYTHING FROM HERE IS TOTALLY OPTIONAL *****]
  70. [********************************************************]
  71.  
  72. [Program(s) to execute as part of the installation; separated with a semi-colon]
  73. [install will *try* to wait for them to terminate before continuing]
  74. $PRE-EXEC=
  75.  
  76. [Files to delete after completing installation]
  77. [up to 20 file specifications, each on a separate line]
  78. [here, we're cleaning up our INSTALL files from the TEMP directory]
  79. $CLEANUP=
  80. $CLEANUP=
  81.  
  82. [Program(s) to execute after completing installation; separated with a semi-colon]
  83. $EXEC=
  84.  
  85. [uncomment this line for a maximized main window - and no "banner"!]
  86. ;$WINDOW=MAXIMIZE
  87.  
  88. [comment this to use an 8kb buffer for copying the files]
  89. $COPYBUFFER=32000
  90.  
  91. [uncomment this to use a WHITE background color for the dialog window]
  92. [valid values are 0 to 4]
  93. ;$WINDOW-BACKGROUND=0
  94.  
  95. [uncomment this to use a WHITE background for the dialog text]
  96. [3 RGB values, or 1 long integer value
  97. ;$TEXT-BACKGROUND=255,255,255
  98.  
  99. [comment this to NOT paint the background of the "percent" dialog]
  100. $PAINTDIALOGS
  101.  
  102. [uncomment this line to automatically set the check box for PROGMAN group]
  103. $SETCHECKBOX
  104.  
  105. [comment this line to enable the final "installation completed" dialog]
  106. $NO-END-DIALOG
  107.  
  108. [uncomment this line to disable the dialog that offers to add the target]
  109. [directory to the PATH statement in AUTOEXEC.BAT]
  110. $NO-PATH-DIALOG
  111.  
  112. [comment this line to disable the small "percent" meter for individual files]
  113. $SHOW-FILE-PERCENT
  114.  
  115. [comment this line to disable logging for the UNINSTALLER in UNINSTAL.LOG]
  116. ;$MAKE-UNINSTALL-LOG
  117.  
  118.  
  119. [comment these lines to remove user selectable install options]
  120. [max= 10 options; format = title;disk space needed (in bytes)]
  121. [the figures are added to the $SPACE line above]
  122. [you can calculate these by running AUTOCALC.EXE on your completed INF file]
  123.  
  124. ;$USER-OPTION1=Program Files;301854
  125. ;$USER-OPTION2=Documentation;224351
  126. ;$USER-OPTION3=Chief's Sample Files;24515
  127. ;$USER-OPTION4=Optional Files;43379
  128. ;$USER-OPTION5=Chief's Utils;56349
  129.  
  130. [these lines are the files that make up each user selectable option]
  131. [each option can use up to 10 lines to list its files, and each line
  132. [can list up to 30 files; max = 200 characters per line]
  133.  
  134. ;$OPTIONAL1=INSTALL.EXE;UNINSTAL.EXE;CTL3DV2.DLL;winstall.txt
  135. ;$OPTIONAL1=WINSTALL.INF;blank.ico;WINSTALP.DLL;REGISTER.TXT;ORDER.FRM
  136.  
  137. ;$OPTIONAL2=CHIEF.WRI;CHIEF.HLP;README.TXT;HISTORY.TXT;CHIEF.FAQ
  138. ;$OPTIONAL3=WINSTALL.HLP;SAMPLE1.INF;SAMPLE2.INF;SAMPLE3.INF;SAMPLE4.INF;TEMPLATE.INF
  139. ;$OPTIONAL4=SETUP.EXE;winstall.zip;uninst.zip;SETUPINF.INF
  140. ;$OPTIONAL5=AUTOCALC.EXE;AUTOCALC.TXT;SHOWLOG.EXE;SHOWLOG.TXT
  141.  
  142.  
  143. [these lines are for the "BANNER" window]
  144. [the font to use; I am using True Type Times New Roman]
  145. $BANNER-FONT=TIMES NEW ROMAN
  146.  
  147. [make sure this is small enough for those using 640x480 displays]
  148. $BANNER-FONT-SIZE=24
  149.  
  150. [message must be short enough to fit on the screen]
  151. ;$BANNER-MESSAGE= Image Master Screensaver Install Program
  152.  
  153. ;$BANNER-TEXT-COLOR=$00FFFF00
  154. ;$BANNER-TEXT-BACKGROUND=20,0,0
  155. ;$BANNER-WINDOW-BRUSH=255,0,0
  156.  
  157. [uncomment this to give a blue shadow to the banner text: but it will disable]
  158. [the $banner-text-background; it also will not work if there is a bitmap]
  159. ;$BANNER-SHADOW-COLOR=0,0,0
  160.  
  161. [I am not using any bitmap! so I use a non-existent file name]
  162. $BITMAP=nobitmap
  163.  
  164.  
  165. [************************************************************]
  166. [ *** these lines are for version checks on shared files ****]
  167. [************************************************************]
  168.  
  169. [uncomment this line to enable version checking on non-shared DLLs]
  170. ;$CHECK-MY-DLL-VERSIONS
  171.  
  172. [this line stipulates the headings of the file version numbers]
  173. $VERSION-INFO-TITLE=File Version
  174.  
  175. [your explanation or recommendation when a copy of a shared file]
  176. [already exists]
  177. $VERSION-INFO-MESSAGE=You SHOULD click on "NO" if the target file \n is NEWER than the source file.
  178.  
  179. [your message when we can't successfully install a shared file]
  180. $VERSION-COPY-ERROR-MESSAGE=Please copy it later (after closing Windows) \n.A temporary copy of the file exists as
  181.  
  182. [uncomment this line to force older files to be overwritten without warning]
  183. $FORCE-OVERWRITE-OLDER-FILES
  184.  
  185. [ ************************** other commands *************************]
  186.  
  187. [the caption on the "Readme" push button 
  188. $README-BUTTON-TEXT=&INFORMATION
  189.  
  190. [comment this line to use a proportional typeface for the readme dialog]
  191. $README-FONT=FIXED
  192.  
  193. [uncomment and use this line to send a mouse click to any of]
  194. [the four push buttons; 1=Start Install; 2=Abort; 3=Help; 4=Readme]
  195. ;$AUTO-CLICK-BUTTON=4
  196.  
  197. [uncomment this line to disable CTL3DV2.DLL]
  198. ;$NO-CTL3D.DLL
  199.  
  200. [this message is presented if an active DLL was replaced/installed]
  201. $RESTARTWIN-MESSAGE=At least one active DLL was replaced.\nSo you need to close all programs and \nRESTART Windows (right now!).\n\nShould I restart Windows now?
  202.  
  203.  
  204. [examples of entries for the Registration Database (they are all commented!)]
  205. [you can have up to 20 such lines]
  206. ;$REG-DATA=ChiefPro=Chief's Installer Pro
  207. ;$REG-DATA=.inf=ChiefPro
  208. ;$REG-DATA=ChiefPro\shell\open\command =$dest\install.exe %1
  209. ;$REG-DATA=ChiefPro\shell\print\command= $dest\install.exe /p %1
  210. ;$REG-DATA=ChiefPro\protocol\StdFileEditing\verb\0 =   Edit
  211. ;$REG-DATA=ChiefPro